Controller Range
These constants specify the maximum and minimum values for controllers.
enum {
kControllerMaximum = 0x7FFF,
kControllerMinimum = 0x8000
};
Constant descriptions
-
kControllerMaximum
-
The maximum value a controller can be set to.
-
kControllerMinimum
-
The minimum value a controller can be set to.
© 1999 Apple Computer, Inc.Previous | Chapter Top | Chapter Contents | Next